home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 1995 November (Mac)
/
cd No7 joystick No65 novembre 1995.iso
/
mac
/
Fouillationnons!
/
Jeux
/
Xconq 7.0.1
/
lib
/
simple.g
< prev
next >
Wrap
Text File
|
1995-08-22
|
287b
|
14 lines
(game-module "simple"
(blurb "trivial game")
)
;;; This game definition is about as simple as you
;;; can get and still have a working game.
(terrain-type plains (color "green") (char "+"))
(unit-type human (image-name "person") (char "@")
(start-with 1)
(acp-per-turn 4)
)